home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk72 / unix / sh < prev    next >
Text File  |  1995-03-19  |  312b  |  22 lines

  1. .k line
  2. pipe=T:$(rand)
  3. echo "<line>" | read prog fakeargs
  4. args=" "
  5. fakeargs="$fakeargs "
  6. lab loop
  7.     echo "$fakeargs" | read head tail
  8.     if "$head" eq ""
  9.         skip doEx
  10.     endif
  11.     if $head eq @
  12.         head="$pipe"
  13.     endif
  14.     args="$args $head"
  15.     fakeargs="$tail"
  16. skip back loop
  17.     
  18. lab doEx
  19. type to $pipe
  20. $prog $args
  21. delete $pipe
  22.